-
when I tried to inject request scoped bean in application scope bean I got the following error. Method threw ‘org.jboss.weld.contexts.ContextNotActiveException’ …
- 416 views
- 2 answers
- 0 votes
-
I have a legacy project with EJBs, where they are configured in ejb-jar.xml, like so: <ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.1"> <session> …
- 360 views
- 0 answers
- 0 votes
-
in my JSF 2.3 project(wildfly 19 app. server) I have a generic EntityService class which takes two type parameters. The …
- 0 views
- 1 answers
- 0 votes